projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fa8a69
)
Adwaita: Fix block cursors in spinbuttons
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 26 Jun 2020 23:55:19 +0000
(19:55 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 26 Jun 2020 23:56:10 +0000
(19:56 -0400)
Fix block cursors in vertical spinbuttons with Adwaita.
Fixes: #2871
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 77152908ef001f620bfc624430edb636c8ae2bc9..7e829c1b4b345ef1b91e1e233039700f2a721695 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1097,6
+1097,7
@@
spinbutton {
border-radius: 0;
> selection { @extend %selected_items; }
+ > block-cursor { @include entry(block_cursor); }
}
> button {